home *** CD-ROM | disk | FTP | other *** search
/ PC PowerPlay 22 / PCPP #22.iso / games / Win95 / pvrdemo / INSC.BAT < prev    next >
Encoding:
DOS Batch File  |  1998-01-16  |  215 b   |  11 lines

  1. @echo off
  2. cls
  3. echo This will Install Pure Vex demo to C:\pvrdemo
  4. echo Press any key to continue or [CTRL] [C] to cancel.
  5. pause > nul
  6. cls
  7. echo Copying files
  8. xcopy *.* /s /e /v c:\pvrdemo\ > nul
  9. echo Done.
  10.  
  11.